home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / modalex.exe / CALLED.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-06-05  |  271 b   |  6 lines

  1. Declare Function SendMessage Lib "user" (ByVal hwnd%, ByVal wMsg%, ByVal wParam%, ByVal lParam&) As Long
  2. Declare Function ShowWindow Lib "user" (ByVal hwnd%, ByVal style%) As Integer
  3. Declare Function IsWindow Lib "user" (ByVal hwnd%) As Integer
  4. Global callingHwnd%
  5.  
  6.